projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbd4bc1
)
(EXTRA_INITIALIZE): Define here.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 19 May 1994 23:32:48 +0000
(23:32 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 19 May 1994 23:32:48 +0000
(23:32 +0000)
src/s/isc3-0.h
patch
|
blob
|
history
diff --git
a/src/s/isc3-0.h
b/src/s/isc3-0.h
index 1785096236cd1aaca28597f403e1be30a880b033..c7527b659b8d195e24d9aea1798355b6faea5480 100644
(file)
--- a/
src/s/isc3-0.h
+++ b/
src/s/isc3-0.h
@@
-29,3
+29,7
@@
/* It is safe to have no parens around the args in the safe_bcopy call,
and parens would screw up the prototype decl for memmove. */
#define memmove(d, s, n) safe_bcopy (s, d, n)
+
+/* This works around a bug in ISC 4.0 and 3.0; it fails
+ to clear the "POSIX process" flag on an exec. */
+#define EXTRA_INITIALIZE __setostype (0)